-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Some enhancements for Dottydoc and ScalaDays #2477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some enhancements for Dottydoc and ScalaDays #2477
Conversation
45675d8
to
2577ccd
Compare
path: List[String], | ||
superTypes: List[MaterializableLink] = Nil, | ||
var comment: Option[Comment] = None, | ||
var companionPath: List[String] = Nil, | ||
var parent: Entity = NonEntity | ||
) extends Object | ||
) extends Object { | ||
def modifiers: List[String] = mods.filterNot(_ == "private") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should it be "final"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
waps, it should indeed!
2577ccd
to
e80f4fb
Compare
"-project-version", | ||
"project version", | ||
"The current version of your project", | ||
"" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is it empty?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the version isn't specified, it falls back to an empty string. This renders nicely on the site.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok
The new side bar looks nice :) |
No description provided.